Xbasic

A5_RepairSetStructure Function

IN THIS PAGE

Syntax

A5_RepairSetStructure( Set_Name as C )

Arguments

Set_Name

The name of a set in the current database.

Description

Displays the Fix Table Name in Set dialog.

Discussion

The A5_RepairSetStructure() function displays the Fix Table Name in Set dialog. This function allows you to fix table references in a set when the location of one or more tables in the set has changed.

images/UG_A5_Repair_Set_Structure().gif

Example

a5_Repair_Set_Structure("invoice")

See Also